GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-02-21T20:20:30.0137175+00:00",
"SubmitDate": "2026-02-21T20:20:30.0137175+00:00",
"ReportPeriodStart": "2026-02-21T20:20:30.0137175+00:00",
"ReportPeriodEnd": "2026-02-21T20:20:30.0137175+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d2c9e207-8fa9-4a89-82ad-f9af567944dc",
"Rows": [
{
"ItemId": "486bd522-4afa-43f7-8c66-c61f1dda98fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "486bd522-4afa-43f7-8c66-c61f1dda98fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d2c9e207-8fa9-4a89-82ad-f9af567944dc",
"Rows": [
{
"ItemId": "486bd522-4afa-43f7-8c66-c61f1dda98fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "486bd522-4afa-43f7-8c66-c61f1dda98fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9bafe77d-7077-42e1-bea5-8f0b59d1f83f",
"0a43766d-9f77-4b80-bacd-749da5e03d02"
],
"Approvers": [
"5e856600-4fc6-4dcc-b167-97efe5828bf1",
"640bd3da-520e-481c-b801-043f4c41437e"
],
"ApprovedBy": "5afc70b6-015a-4eb5-ae99-3a17f3183318",
"ApprovalDate": "2026-02-21T20:20:30.0137175+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7b404ae2-b3e0-4df7-b87d-6e8b50b120a8",
"id": "b95652d0-c951-4454-aa2d-5c0d1b2e1237",
"ConfigId": "d41f9f4c-555d-4126-a3fd-f0b807529f44"
},
{
"GenerationDate": "2026-02-21T20:20:30.0137175+00:00",
"SubmitDate": "2026-02-21T20:20:30.0137175+00:00",
"ReportPeriodStart": "2026-02-21T20:20:30.0137175+00:00",
"ReportPeriodEnd": "2026-02-21T20:20:30.0137175+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d2c9e207-8fa9-4a89-82ad-f9af567944dc",
"Rows": [
{
"ItemId": "486bd522-4afa-43f7-8c66-c61f1dda98fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "486bd522-4afa-43f7-8c66-c61f1dda98fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d2c9e207-8fa9-4a89-82ad-f9af567944dc",
"Rows": [
{
"ItemId": "486bd522-4afa-43f7-8c66-c61f1dda98fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "486bd522-4afa-43f7-8c66-c61f1dda98fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9bafe77d-7077-42e1-bea5-8f0b59d1f83f",
"0a43766d-9f77-4b80-bacd-749da5e03d02"
],
"Approvers": [
"5e856600-4fc6-4dcc-b167-97efe5828bf1",
"640bd3da-520e-481c-b801-043f4c41437e"
],
"ApprovedBy": "5afc70b6-015a-4eb5-ae99-3a17f3183318",
"ApprovalDate": "2026-02-21T20:20:30.0137175+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7b404ae2-b3e0-4df7-b87d-6e8b50b120a8",
"id": "b95652d0-c951-4454-aa2d-5c0d1b2e1237",
"ConfigId": "d41f9f4c-555d-4126-a3fd-f0b807529f44"
}
]